home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld Secrets (4th Edition)
/
Mac Secrets CD 4th Ed.toast
/
Apple Advanced Technologies
/
Apple Speech Technologies 1.5
/
PlainTalk Developer Info
/
Speech Recognition Manager SDK
/
SR Sample Code
/
Tiny SR Example
/
MPW C Tiny Example
/
MakeFile
next >
Wrap
Makefile
|
1996-02-22
|
1KB
|
37 lines
# File: MakeFile
# Target: TinySRApp
# Sources: TinySRApp.c
# Created: Thursday, April 21, 1994 2:39:10 PM
# Everything takes place in this directory
# You might want to move SpeechRecognitionLib to the {SharedLibraries} directory
# (You will have to change PPCLink line below accordingly)
OBJECTSPPC = TinySRApp.c.x
TinySRApp ƒƒ {OBJECTSPPC}
PPCLink -t APPL -c TinS∂
{OBJECTSPPC} ∂
SpeechRecognitionLib ∂
"{SharedLibraries}"InterfaceLib ∂
"{SharedLibraries}"StdCLib ∂
"{PPCLibraries}"PPCCRuntime.o ∂
"{PPCLibraries}"StdCRuntime.o ∂
-fragname TinySRApp ∂
-o {Targ}
# The 68k build lines are commented out because since speech recognition requires
# a powerpc to work, the 68k code would never run when SR is installed.
# OBJECTS68K = TinySRApp.c.o
# TinySRApp ƒƒ {OBJECTS68K}
# Link -t APPL -c TinS ∂
# {OBJECTS68K} ∂
# "{Libraries}"Interface.o ∂
# "{CLibraries}"StdCLib.o ∂
# "{Libraries}"MacRuntime.o ∂
# -o {Targ}
TinySRApp ƒƒ TinySRApp.r
Rez TinySRApp.r -o {Targ} -append